projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
483a5ec
)
Create lisp/MANIFEST.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 2 Nov 1995 23:26:19 +0000
(23:26 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 2 Nov 1995 23:26:19 +0000
(23:26 +0000)
make-dist
patch
|
blob
|
history
diff --git
a/make-dist
b/make-dist
index 48de734c5ee99b6e9eb97659ee6c39a8c5fca04e..9b42051922690d9a90a6ae6c360763f36ec133e4 100755
(executable)
--- a/
make-dist
+++ b/
make-dist
@@
-149,6
+149,10
@@
echo "Updating finder-inf.el."
(cd lisp; ../src/emacs -batch -l finder -f finder-compile-keywords)
(cd lisp; ../src/emacs -batch -f batch-byte-compile finder-inf.el)
+echo "Making lisp/MANIFEST"
+
+(cd lisp; head -1 *.el | grep '^;' | sed -e 's/;;; //' > MANIFEST)
+
echo "Creating staging directory: \`${tempparent}'"
mkdir ${tempparent}